Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UltimateListCtrl - Fix arg type error when drawing image in column header #2417

Merged
merged 1 commit into from Jun 13, 2023

Conversation

reticulatus
Copy link
Contributor

Fixes #2416

This PR is intended to fix the expression used to calculate arg 4 of a call to imageList.Draw() so that it returns an int and not a float.

@swt2c swt2c merged commit f4db521 into wxWidgets:master Jun 13, 2023
11 of 21 checks passed
@reticulatus reticulatus deleted the ulc_column_header_images_fix branch June 13, 2023 19:17
@RobinD42
Copy link
Member

This pull request has been mentioned on Discuss wxPython. There might be relevant details there:

https://discuss.wxpython.org/t/facing-an-error-in-ultimatelistctrl-py-file-for-python-3-10-10/36696/2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UltimateListCtrl - image in column header raises TypeError for Python >= 3.10
3 participants